home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / mips / Makefile
Encoding:
Makefile  |  1995-06-28  |  660 b   |  30 lines

  1. # Makefile for WWW under svr4
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = mips
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. ASIS_MACH = mips/mips
  9.  
  10.  
  11. #CFLAGS =  -DDEBUG -systype svr3 -DMIPS -DNO_BCOPY
  12. CFLAGS =  -DDEBUG -systype svr3  -I/svr3/usr/include/bsd
  13. LFLAGS =
  14. CC = cc
  15.  
  16. # Directory for installed binary:
  17. BINDIR = /usr/local/bin
  18.  
  19. #_________________ OK if normal W3 distribution
  20. # Where is the WWW source root?
  21. WWW = ../..
  22.  
  23. #  Where should temporary (object) files go?
  24. WTMP = ../..
  25.  
  26. # Where is the W3 object library?
  27. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  28.  
  29. include $(WWW)/Library/Implementation/CommonMakefile
  30.